unixbased systems

All posts tagged unixbased systems by Linux Bash
  • Posted on
    Featured Image
    Cron is an indispensable tool for Linux administrators and users, providing a way to automate the tasks that need to be run at scheduled times. However, not all Linux distributions handle cron scheduling in the same way. In this blog post, we'll explore the default cron daemons used by some of the major Linux distributions, such as CentOS, Ubuntu, and Debian, discuss their differences, and their implications for system management and task scheduling. Before diving into the differences, let’s define what a cron daemon does. A cron daemon is a background service that runs on Unix-like operating systems.
  • Posted on
    Featured Image
    For anyone entering the realm of Linux, the Bash shell is an indispensable tool, acting as a gateway to managing your system, automating tasks, and a whole lot more. Today, we’ll walk through the basics of the Bash shell, commonly used Linux commands, and illustrate how to use different package managers like apt, dnf, and zypper. By the end of this article, you should have a solid foundation to confidently navigate and control your Linux environment. Bash, short for Bourne-Again SHell, is a command processor typically run in a text window where the user types commands that cause actions. Bash can also read and execute commands from a file, known as a script.